[all-commits] [llvm/llvm-project] 2b1cb6: [test][TSan] Fix tests under NPM
aeubanks via All-commits
all-commits at lists.llvm.org
Fri Sep 18 11:38:39 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2b1cb6d54a3298204e01a2982e3d00a1f08743a2
https://github.com/llvm/llvm-project/commit/2b1cb6d54a3298204e01a2982e3d00a1f08743a2
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M llvm/test/Instrumentation/ThreadSanitizer/do-not-instrument-memory-access.ll
M llvm/test/Instrumentation/ThreadSanitizer/tsan_basic.ll
Log Message:
-----------
[test][TSan] Fix tests under NPM
Under NPM, the TSan passes are split into a module and function pass. A
couple tests were testing for inserted module constructors, which is
only part of the module pass.
More information about the All-commits
mailing list