[PATCH] D36434: [compiler-rt] Get rid of "%T" expansions
Kuba (Brecka) Mracek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 7 16:22:55 PDT 2017
kubamracek added inline comments.
================
Comment at: test/asan/TestCases/Linux/interception_readdir_r_test.cc:8
+// RUN: %clangxx_asan -O0 %s -DTEMP_DIR='"'"%t"'"' -o %t && %run %t 2>&1 | FileCheck %s
+// RUN: %clangxx_asan -O1 %s -DTEMP_DIR='"'"%t"'"' -o %t && %run %t 2>&1 | FileCheck %s
+// RUN: %clangxx_asan -O2 %s -DTEMP_DIR='"'"%t"'"' -o %t && %run %t 2>&1 | FileCheck %s
----------------
vitalybuka wrote:
> TEMP_DIR and binary are the same, does this work?
Ah, this won't work. Also, would you mind running this patch on Linux to see if there's more failures?
Repository:
rL LLVM
https://reviews.llvm.org/D36434
More information about the llvm-commits
mailing list