[PATCH] D64890: hwasan: Use C++ driver for cfi.cc test.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 17 16:39:37 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL366389: hwasan: Use C++ driver for cfi.cc test. (authored by pcc, committed by ).
Herald added a subscriber: delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D64890?vs=210438&id=210456#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64890/new/

https://reviews.llvm.org/D64890

Files:
  compiler-rt/trunk/test/hwasan/TestCases/cfi.cc


Index: compiler-rt/trunk/test/hwasan/TestCases/cfi.cc
===================================================================
--- compiler-rt/trunk/test/hwasan/TestCases/cfi.cc
+++ compiler-rt/trunk/test/hwasan/TestCases/cfi.cc
@@ -1,4 +1,4 @@
-// RUN: %clang_hwasan -fsanitize=cfi -fno-sanitize-trap=cfi -flto -fvisibility=hidden -fuse-ld=lld %s -o %t
+// RUN: %clangxx_hwasan -fsanitize=cfi -fno-sanitize-trap=cfi -flto -fvisibility=hidden -fuse-ld=lld %s -o %t
 // RUN: not %run %t 2>&1 | FileCheck %s
 
 // REQUIRES: android


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64890.210456.patch
Type: text/x-patch
Size: 525 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190717/cbf02d88/attachment.bin>


More information about the llvm-commits mailing list