]> granicus.if.org Git - clang/commit
Don't use -no-integrated-as in test/Driver/opt-record.c
authorHal Finkel <hfinkel@anl.gov>
Wed, 16 Aug 2017 21:51:31 +0000 (21:51 +0000)
committerHal Finkel <hfinkel@anl.gov>
Wed, 16 Aug 2017 21:51:31 +0000 (21:51 +0000)
commitccfbe4353febc886ae0b5864afb3d9c5d4838077
tree0675637fcd8e80943a8fe060cdbecfa8dcbbc7f9
parent7cf32f297706a8e2c9d60c258cdd3d28860b9cf1
Don't use -no-integrated-as in test/Driver/opt-record.c

-no-integrated-as is not supported on some targets (e.g.,
x86_64-pc-windows-msvc). Testing using -save-temps is good enough to cover the
relevant logic, and that should work everywhere.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@311043 91177308-0d34-0410-b5e6-96231b3b80d8
test/Driver/opt-record.c