[llvm-bugs] [Bug 25711] New: 3.7.1 rc2 - GNU/Linux: CodeGen/asan-globals.cpp fails on i386
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Dec 2 08:14:08 PST 2015
https://llvm.org/bugs/show_bug.cgi?id=25711
Bug ID: 25711
Summary: 3.7.1 rc2 - GNU/Linux: CodeGen/asan-globals.cpp fails
on i386
Product: clang
Version: 3.6
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: LLVM Codegen
Assignee: unassignedclangbugs at nondot.org
Reporter: sylvestre at debian.org
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
******************** TEST 'Clang :: CodeGen/asan-globals.cpp' FAILED
********************
Script:
--
echo "int extra_global;" >
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/tools/clang/test/CodeGen/Output/asan-globals.cpp.tmp.extra-source.cpp
echo "global:*blacklisted_global*" >
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/tools/clang/test/CodeGen/Output/asan-globals.cpp.tmp.blacklist
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/Release/bin/clang -cc1
-internal-isystem
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/Release/bin/../lib/clang/3.7.1/include
-nostdsysteminc -include
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/tools/clang/test/CodeGen/Output/asan-globals.cpp.tmp.extra-source.cpp
-fsanitize=address
-fsanitize-blacklist=/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/tools/clang/test/CodeGen/Output/asan-globals.cpp.tmp.blacklist
-emit-llvm -o -
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/clang/test/CodeGen/asan-globals.cpp |
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/Release/bin/FileCheck
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/clang/test/CodeGen/asan-globals.cpp
echo
"src:/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/clang/test/CodeGen/asan-globals.cpp"
>
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/tools/clang/test/CodeGen/Output/asan-globals.cpp.tmp.blacklist-src
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/Release/bin/clang -cc1
-internal-isystem
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/Release/bin/../lib/clang/3.7.1/include
-nostdsysteminc -include
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/tools/clang/test/CodeGen/Output/asan-globals.cpp.tmp.extra-source.cpp
-fsanitize=address
-fsanitize-blacklist=/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/tools/clang/test/CodeGen/Output/asan-globals.cpp.tmp.blacklist-src
-emit-llvm -o -
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/clang/test/CodeGen/asan-globals.cpp |
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/build-llvm/Release/bin/FileCheck
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/clang/test/CodeGen/asan-globals.cpp
--check-prefix=BLACKLIST-SRC
--
Exit Code: 1
Command Output (stderr):
--
/«BUILDDIR»/llvm-toolchain-3.7-3.7.1~+rc2/clang/test/CodeGen/asan-globals.cpp:33:19:
error: expected string not found in input
// BLACKLIST-SRC: ![[GLOBAL]] = !{{{.*}} null, null, i1 false, i1 true}
^
<stdin>:206:1: note: scanning from here
!2 = !{i32* getelementptr inbounds ({ i32, [60 x i8] }, { i32, [60 x i8] }*
@global, i32 0, i32 0), !3, !"global", i1 false, i1 false}
^
<stdin>:206:1: note: with variable "GLOBAL" equal to "2"
!2 = !{i32* getelementptr inbounds ({ i32, [60 x i8] }, { i32, [60 x i8] }*
@global, i32 0, i32 0), !3, !"global", i1 false, i1 false}
^
<stdin>:206:97: note: possible intended match here
!2 = !{i32* getelementptr inbounds ({ i32, [60 x i8] }, { i32, [60 x i8] }*
@global, i32 0, i32 0), !3, !"global", i1 false, i1 false}
^
--
--
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/20151202/2135a855/attachment.html>
More information about the llvm-bugs
mailing list