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

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 11 08:18:22 PDT 2018


kubamracek requested changes to this revision.
kubamracek added inline comments.
This revision now requires changes to proceed.


================
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>
----------------
This doesn't actually call FileCheck.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D46401





More information about the llvm-commits mailing list