[PATCH] D40768: [msan] LIT: Add lld testing config

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 4 16:49:29 PST 2017


eugenis added inline comments.


================
Comment at: test/msan/CMakeLists.txt:13
-  string(TOLOWER "-${arch}" MSAN_TEST_CONFIG_SUFFIX)
-  get_test_cc_for_arch(${arch} MSAN_TEST_TARGET_CC MSAN_TEST_TARGET_CFLAGS)
-  string(TOUPPER ${arch} ARCH_UPPER_CASE)
----------------
Where did MSAN_TEST_TARGET_CFLAGS go?


================
Comment at: test/msan/dtls_test.c:10
 
+// Fails with assert(handle != 0); with LLD.
+// XFAIL: lld
----------------
Do you mean the one on line 49? What does the error message on line 48 say?


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D40768





More information about the llvm-commits mailing list