https://llvm.org/bugs/show_bug.cgi?id=26934
Bug ID: 26934 Summary: Cygwin clang++ fails by -fdebug-prefix-map Product: clang Version: 3.7 Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P Component: C++ Assignee: unassignedclangb...@nondot.org Reporter: katayama.hirofumi...@gmail.com CC: dgre...@apple.com, llvm-bugs@lists.llvm.org Classification: Unclassified katahiromz@katahiromz-PC /cygdrive/c/Users/katahiromz/Desktop/cc/LLVM/Clang-tutorial $ make clang++ -Wall -pedantic -I/usr/src/ports/llvm/llvm-3.7.1-1.x86_64/src/llvm-3.7.1.src/tools/clang/include -I/usr/tools/clang/include -I/usr/include -ggdb -pipe -fdebug-prefix-map=/usr/src/ports/llvm/llvm-3.7.1-1.x86_64/build=/usr/src/debug/llvm-3.7.1-1 -fdebug-prefix-map=/usr/src/ports/llvm/llvm-3.7.1-1.x86_64/src/llvm-3.7.1.src=/usr/src/debug/llvm-3.7.1-1 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wnon-virtual-dtor -Wno-comment -std=gnu++11 -O2 -g -DNDEBUG -fno-exceptions -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -c -o tutorial1.o tutorial1.cpp clang-3.7: error: unknown argument: '-fdebug-prefix-map=/usr/src/ports/llvm/llvm-3.7.1-1.x86_64/build=/usr/src/debug/llvm-3.7.1-1' clang-3.7: error: unknown argument: '-fdebug-prefix-map=/usr/src/ports/llvm/llvm-3.7.1-1.x86_64/src/llvm-3.7.1.src=/usr/src/debug/llvm-3.7.1-1' <ビルトイン>: ターゲット 'tutorial1.o' のレシピで失敗しました make: *** [tutorial1.o] エラー 1 katahiromz@katahiromz-PC /cygdrive/c/Users/katahiromz/Desktop/cc/LLVM/Clang-tutorial $ llvm-config --version 3.7.1 katahiromz@katahiromz-PC /cygdrive/c/Users/katahiromz/Desktop/cc/LLVM/Clang-tutorial $ -- 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