[PATCH] D46401: Fix another case where libstdc++ is being inappropriately requested (see r328775) for all platforms.

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 11 08:47:28 PDT 2018


delcypher added inline comments.


================
Comment at: test/tsan/static_init6.cc:2
+// RUN: %clangxx_tsan %linux_static_libstdcplusplus -O1 %s -o %t && %run %t 2>&1
+// | FileCheck %s
 #include <pthread.h>
----------------
kubamracek wrote:
> This doesn't actually call FileCheck.
Nice catch. I think clang-format might be responsible for this.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D46401





More information about the llvm-commits mailing list