]> granicus.if.org Git - clang/commit
[clang] Update lit config in utils/perf-training
authorAlexander Shaposhnikov <shal1t712@gmail.com>
Wed, 4 Jan 2017 04:33:28 +0000 (04:33 +0000)
committerAlexander Shaposhnikov <shal1t712@gmail.com>
Wed, 4 Jan 2017 04:33:28 +0000 (04:33 +0000)
commita8ae85fe8fd00cd299a0a50d5421455ccb673faf
tree6f9c4583f9ccc963e7556e52a854690b3daafe8c
parent44ea0c47103850873c00f4f60a74e18fd25dc640
[clang] Update lit config in utils/perf-training

This diff replaces --driver-mode=cpp in
utils/perf-training/order-files.lit.cfg and
utils/perf-training/lit.cfg with --driver-mode=g++.
clang --driver-mode=cpp will call the preprocessor and will not
trigger compilation.

Differential revision: https://reviews.llvm.org/D28269

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290936 91177308-0d34-0410-b5e6-96231b3b80d8
utils/perf-training/lit.cfg
utils/perf-training/order-files.lit.cfg