[llvm-bugs] [Bug 33059] New: UBSan standalone tests don't appear to use the standalone runtime

via llvm-bugs llvm-bugs at lists.llvm.org
Tue May 16 11:21:18 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=33059

            Bug ID: 33059
           Summary: UBSan standalone tests don't appear to use the
                    standalone runtime
           Product: compiler-rt
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: compiler-rt
          Assignee: unassignedbugs at nondot.org
          Reporter: vsk at apple.com
                CC: llvm-bugs at lists.llvm.org

For example, I can run a standalone ubsan test like this:
`./bin/llvm-lit
projects/compiler-rt/test/ubsan/Standalone-x86_64/TestCases/Misc/bool.cpp -a`

Inspecting the link command, I see:
`"/Volumes/Builds/llvm.org-ubsan-arith-DA/lib/clang/5.0.0/lib/darwin/libclang_rt.ubsan_osx_dynamic.dylib"`

Unless I'm missing something basic here, this isn't using the standalone lib at
all.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170516/534dde1e/attachment.html>


More information about the llvm-bugs mailing list