llvm-project/clang/lib
Diana Picus ac03b4b924 Revert "Use filename in linemarker when compiling preprocessed source"
This reverts commit r293004 because it broke the buildbots with "unknown CPU"
errors. I tried to fix it in r293026, but that broke on Green Dragon with this
kind of error:

error: expected string not found in input
// CHECK: l{{ +}}df{{ +}}*ABS*{{ +}}{{0+}}{{.+}}preprocessed-input.c{{$}}
          ^
<stdin>:2:1: note: scanning from here
/Users/buildslave/jenkins/sharedspace/incremental@2/clang-build/tools/clang/test/Frontend/Output/preprocessed-input.c.tmp.o: file format Mach-O 64-bit x86-64
^
<stdin>:2:67: note: possible intended match here
/Users/buildslave/jenkins/sharedspace/incremental@2/clang-build/tools/clang/test/Frontend/Output/preprocessed-input.c.tmp.o: file format Mach-O 64-bit x86-64

I suppose this means that llvm-objdump doesn't support Mach-O, so the test
should indeed check for linux (but not for x86). I'll leave it to someone that
knows better.

llvm-svn: 293032
2017-01-25 07:27:05 +00:00
..
ARCMigrate Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer" 2017-01-06 19:49:01 +00:00
AST [OpenMP] Support for the num_threads-clause on 'target parallel'. 2017-01-25 00:57:16 +00:00
ASTMatchers Move VariantMatcher's Payload to std::shared_ptr rather than IntrusiveRefCntPtr 2017-01-05 18:51:54 +00:00
Analysis PR31631: fix bad CFG (and bogus warnings) when an if-statement has an init-statement and has binary operator as its condition. 2017-01-13 22:16:41 +00:00
Basic [OpenMP] Codegen support for 'target teams' on the host. 2017-01-25 02:18:43 +00:00
CodeGen [OpenMP] Codegen support for 'target teams' on the host. 2017-01-25 02:18:43 +00:00
Driver Driver: ignore -fno-objc-arc-exception when -fno-objc-arc set 2017-01-25 03:36:28 +00:00
Edit Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand." 2016-12-23 14:55:49 +00:00
Format clang-format: fix fallback style set to "none" not always formatting 2017-01-20 01:22:42 +00:00
Frontend Revert "Use filename in linemarker when compiling preprocessed source" 2017-01-25 07:27:05 +00:00
FrontendTool unique_ptrify createDriverOptTable 2017-01-13 17:34:15 +00:00
Headers Guard __gnuc_va_list typedef. 2017-01-23 19:09:21 +00:00
Index [index] Introduce symbol subkinds to mark an accessor getter or setter. 2017-01-11 21:42:48 +00:00
Lex P0426: Make the library implementation of constexpr char_traits a little easier 2017-01-20 00:45:35 +00:00
Parse Revert r292508 given that we intend to remove driver options for cxx modules. 2017-01-20 20:03:00 +00:00
Rewrite [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Sema [OpenMP] Codegen support for 'target teams' on the host. 2017-01-25 02:18:43 +00:00
Serialization [OpenMP] Support for the num_threads-clause on 'target parallel'. 2017-01-25 00:57:16 +00:00
StaticAnalyzer Revert "[analyzer] Fix memory space of static locals seen from nested blocks." 2017-01-24 02:10:59 +00:00
Tooling clang-format: Make GetStyle return Expected<FormatStyle> instead of FormatStyle 2017-01-17 00:12:27 +00:00
CMakeLists.txt