summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/emit-llvm.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't imply -flto with -O4.Rafael Espindola2013-08-231-10/+0
| | | | | | We now saturate at -O3. llvm-svn: 189149
* Use ld directly on linux. Changes from the previous try:Rafael Espindola2010-11-071-3/+0
| | | | | | | | | | | | | | | | | *) Try to detect as much as possible from the system itself, not the distro. This should make it easier to port to a new distro and more likely to work on a unknown one. *) The distro enum now doesn't include the arch. Just use the existing host detection support in LLVM. *) Correctly handle --sysroot. A small regression is that now clang will pass bitcode file to the linker. This is necessary for the gold plugin support to work. It might be better to detect this at configure/cmake time, but doing it in c++ first is a lot easier. llvm-svn: 118382
* Driver: Fix '... -O4 -O0 ...', which was generating bitcode.Daniel Dunbar2009-12-231-0/+10
| | | | llvm-svn: 91962
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-1/+1
| | | | | | | clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to garbage). llvm-svn: 91460
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
| | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
* Driver: Generate an error when trying to pass an LLVM bc input to aDaniel Dunbar2009-05-021-0/+3
non-Darwin linker (sorry Gold + LTO-plugin users). llvm-svn: 70641
OpenPOWER on IntegriCloud