This test case didn't really prove anything // RUN: %clang -target i386-unknown-unknown -march=bdver2 -mtbm -x c -E -dM -o - %s | FileCheck --check-prefix=TBM %s
// TBM: #define __TBM__ 1 -march=bdver2 already implies -mtbm A better test case would be to show that -mtbm enables __TBM__ for a processor that isn't defined as supporting tbm like bdver1 or any Intel processor. Other than that everything looks good. http://llvm-reviews.chandlerc.com/D1693 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
