Commit 590f014
committed
arm: Fix build issue related to latomic
This is to avoid the below issue for arm build
```
5267.3 ld.lld-18: error: undefined symbol: __atomic_compare_exchange
5267.3 >>> referenced by wasm-import-wrapper-cache.cc
5267.3 >>> bazel-out/aarch64-opt-exec-ST-5dc91bda6aaf/bin/external/v8/_objs/v8_libshared_noicu/wasm-import-wrapper-cache.o:(v8::internal::wasm::WasmImportWrapperHandle::~WasmImportWrapperHandle())
5267.3 >>> referenced by wasm-code-pointer-table.cc
5267.3 >>> bazel-out/aarch64-opt-exec-ST-5dc91bda6aaf/bin/external/v8/_objs/v8_libshared_noicu/wasm-code-pointer-table.o:(v8::internal::wasm::WasmCodePointerTable::FreeNativeFunctionHandles())
5267.3 >>> referenced by wasm-code-pointer-table.cc
5267.3 >>> bazel-out/aarch64-opt-exec-ST-5dc91bda6aaf/bin/external/v8/_objs/v8_libshared_noicu/wasm-code-pointer-table.o:(v8::internal::wasm::WasmCodePointerTable::SweepSegments(unsigned long))
5267.3 >>> referenced 5 more times
```1 parent 0b5291f commit 590f014
2 files changed
+26
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
0 commit comments