clangupc / clang-upc

Clang UPC Front-End
https://clangupc.github.io/
Other
16 stars 5 forks source link

apple m1 cargo build failed: LLVM ERROR: Global variable '_ZN12node_runtime1_16SECTION_CONTENTS17h28c19e8d9889aa72E' has an invalid section specifier 'runtime_version': mach-o section specifier requires a segment and section separated by a comma. #104

Closed zmrush closed 3 years ago

zmrush commented 3 years ago

apple m1 cargo build failed: LLVM ERROR: Global variable '_ZN12node_runtime1_16SECTION_CONTENTS17h28c19e8d9889aa72E' has an invalid section specifier 'runtime_version': mach-o section specifier requires a segment and section separated by a comma.

but when we use cargo build --release,it successed