summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/thunk-linkonce-odr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* A number of test cases assume that an "int" parameter or return valueUlrich Weigand2012-10-241-1/+1
| | | | | | | | | | | | will be represented in the IR as a plain "i32" type. This causes the tests to spuriously fail on platforms where int is not a 32-bit type, or where the ABI requires attributes like "signext" or "zeroext" to be used. This patch adds -triple or -target parameters to force those tests to use the i386-unknown-unknown target. llvm-svn: 166551
* Migrate thunk-linkonce-odr.cpp from llvm/test/FrontendC++.Eric Christopher2011-08-161-0/+33
llvm-svn: 137761
OpenPOWER on IntegriCloud