https://llvm.org/bugs/show_bug.cgi?id=24651
Bug ID: 24651 Summary: bootstrap on windows is broken Product: clang Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P Component: C++ Assignee: unassignedclangb...@nondot.org Reporter: rafael.espind...@gmail.com CC: dgre...@apple.com, llvm-bugs@lists.llvm.org, r...@google.com Classification: Unclassified Created attachment 14803 --> https://llvm.org/bugs/attachment.cgi?id=14803&action=edit testcase Building the attached test file with $ clang -cc1 -triple x86_64-pc-windows-msvc18.0.0 -S -fms-compatibility -std=c++11 -w -o foo.o SemaOpenMP.ii produces the errors: In file included from C:\\Users\\espindola\\llvm\\llvm\\tools\\clang\\lib\\Sema\\SemaOpenMP.cpp:15: In file included from C:\\Users\\espindola\\llvm\\llvm\\tools\\clang\\lib\\Sema/TreeTransform.h:30: In file included from C:\\Users\\espindola\\llvm\\llvm\\tools\\clang\\include\clang/Sema/Lookup.h:19: C:\\Users\\espindola\\llvm\\llvm\\tools\\clang\\include\clang/Sema/Sema.h:1087:41: error: definition with same mangled name as another definition friend const SemaDiagnosticBuilder &operator<<( ^ C:\\Users\\espindola\\llvm\\llvm\\tools\\clang\\include\clang/Sema/Sema.h:1087:41: note: previous definition is here C:\\Users\\espindola\\llvm\\llvm\\tools\\clang\\include\clang/Sema/Sema.h:1087:41: error: definition with same mangled name as another definition friend const SemaDiagnosticBuilder &operator<<( ^ C:\\Users\\espindola\\llvm\\llvm\\tools\\clang\\include\clang/Sema/Sema.h:1087:41: note: previous definition is here 2 errors generated. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs