summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/target-override.c
Commit message (Collapse)AuthorAgeFilesLines
* Put target deduced from executable name at the start of argument listSerge Pavlov2017-09-201-0/+16
When clang is called as 'target-clang', put deduced target option at the start of argument list so that option '--target=' specified in command line could override it. This change fixes PR34671. llvm-svn: 313760
OpenPOWER on IntegriCloud