mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
fix readme formatting
This commit is contained in:
parent
8d60ffe314
commit
39c1348862
@ -95,8 +95,10 @@ sudo make install
|
||||
|
||||
If you get one of these:
|
||||
|
||||
* `undefined reference to `_ZNK4llvm17SubtargetFeatures9getStringB5cxx11Ev'`
|
||||
* `undefined reference to `llvm::SubtargetFeatures::getString() const'`
|
||||
```
|
||||
undefined reference to `_ZNK4llvm17SubtargetFeatures9getStringB5cxx11Ev'
|
||||
undefined reference to `llvm::SubtargetFeatures::getString() const'
|
||||
```
|
||||
|
||||
This is because of [C++'s Dual ABI](https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html).
|
||||
Most likely LLVM was compiled with one compiler while Zig was compiled with a
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user