llvm-project has switched to require C++17.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
These scripts can be just executed w/o args from their dir. At least the Linux scrip runs a small test as well besides building.
Comment Actions
% ./buildgo.sh
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ may have been intended to silence earlier diagnostics
==================
WARNING: DATA RACE
Read at 0x00c011110000 by goroutine 2:
<null>()
<null>:0 +0x0
Previous write at 0x00c011110000 by main goroutine:
<null>()
<null>:0 +0x0
<null>()
<null>:0 +0x0
Goroutine 2 (running) created at:
<null>()
<null>:0 +0x0
==================
Found 1 data race(s)Looks good :)