[PATCH] D41013: Fix test/msan/textdomain.cc on NetBSD
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 8 18:40:46 PST 2017
krytarowski reopened this revision.
krytarowski added a comment.
This revision is now accepted and ready to land.
Reverted, it breaks Linux.
http://lab.llvm.org:8011/builders/clang-ppc64le-linux/builds/12383/steps/ninja%20check%201/logs/stdio
******************** TEST 'MemorySanitizer-powerpc64le :: textdomain.cc' FAILED ********************
Script:
--
/home/buildbots/ppc64le-clang-test/clang-ppc64le/stage1/./bin/clang --driver-mode=g++ -fsanitize=memory -mno-omit-leaf-frame-pointer -fno-omit-frame-pointer -fno-optimize-sibling-calls -m64 -fno-function-sections -gline-tables-only -lintl -O0 -g /home/buildbots/ppc64le-clang-test/clang-ppc64le/llvm/projects/compiler-rt/test/msan/textdomain.cc -o /home/buildbots/ppc64le-clang-test/clang-ppc64le/stage1/projects/compiler-rt/test/msan/POWERPC64LEConfig/Output/textdomain.cc.tmp && /home/buildbots/ppc64le-clang-test/clang-ppc64le/stage1/projects/compiler-rt/test/msan/POWERPC64LEConfig/Output/textdomain.cc.tmp
--
Exit Code: 1
Command Output (stderr):
--
/usr/bin/ld: cannot find -lintl
clang-6.0: error: linker command failed with exit code 1 (use -v to see invocation)
--
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D41013
More information about the llvm-commits
mailing list