diff options
| author | Nico Weber <thakis@chromium.org> | 2019-10-30 11:22:39 -0400 |
|---|---|---|
| committer | Nico Weber <thakis@chromium.org> | 2019-10-30 11:23:54 -0400 |
| commit | 37e10c29291b7ba6f07faeb83d5f8999c5b4e761 (patch) | |
| tree | 5eb6c4dfae4cdb8ec504c8275c906471f8790fb6 /llvm/utils | |
| parent | 5c9bdc79e1fcc4800ef69930e22c1ca5b61be4fb (diff) | |
| download | bcm5719-llvm-37e10c29291b7ba6f07faeb83d5f8999c5b4e761.tar.gz bcm5719-llvm-37e10c29291b7ba6f07faeb83d5f8999c5b4e761.zip | |
gn build: (manually) merge 67474c60d34
Diffstat (limited to 'llvm/utils')
| -rw-r--r-- | llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn index c2a4817c3fa..de7fe18db34 100644 --- a/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn +++ b/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn @@ -58,11 +58,13 @@ source_set("sources") { "hwasan_poisoning.h", "hwasan_report.cpp", "hwasan_report.h", + "hwasan_setjmp.S", "hwasan_tag_mismatch_aarch64.S", "hwasan_thread.cpp", "hwasan_thread.h", "hwasan_thread_list.cpp", "hwasan_thread_list.h", + "hwasan_type_test.cpp", ] } |

