]> granicus.if.org Git - clang/commit
Use the "used" attribute. Without it, g++ removes all the meta-data:-( This doesn...
authorSteve Naroff <snaroff@apple.com>
Wed, 12 Mar 2008 17:18:30 +0000 (17:18 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 12 Mar 2008 17:18:30 +0000 (17:18 +0000)
commitdbb6543dd11e818df8a3228c6ffcc1976f096b15
treec37a511f6ef5aad4258f7396fcda97e0f6ac78e8
parent7ec07fd91f6eae8bd619ebb8512805222ca41c92
Use the "used" attribute. Without it, g++ removes all the meta-data:-( This doesn't happen when compiling straight C code.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48287 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/RewriteTest.cpp