[PATCH] add supporting ASAN instrumentation on FreeBSD platform
Kostya Serebryany
kcc at google.com
Fri Feb 7 11:55:01 PST 2014
LGTM.
If the testing passes -- ok to commit.
If you don't have commit access I'll commit on Monday (unless someone wants to do that before)
================
Comment at: test/Instrumentation/AddressSanitizer/freebsd.ll:8
@@ +7,3 @@
+; RUN: -mtriple=x86_64-unknown-freebsd \
+; RUN: -default-data-layout="e-m:e-i64:64-f80:128-n8:16:32:64-S128" | \
+; RUN: FileCheck --check-prefix=CHECK-64 %s
----------------
This is excellent.
We should *lazily* rewrite the other tests to use -default-data-layout
http://llvm-reviews.chandlerc.com/D2635
More information about the llvm-commits
mailing list