[llvm-bugs] [Bug 26934] New: Cygwin clang++ fails by -fdebug-prefix-map

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Mar 14 00:05:03 PDT 2016


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: unassignedclangbugs at nondot.org
          Reporter: katayama.hirofumi.mz at gmail.com
                CC: dgregor at apple.com, llvm-bugs at lists.llvm.org
    Classification: Unclassified

katahiromz at 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 at katahiromz-PC
/cygdrive/c/Users/katahiromz/Desktop/cc/LLVM/Clang-tutorial
$ llvm-config --version
3.7.1

katahiromz at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160314/228750f3/attachment.html>


More information about the llvm-bugs mailing list