fix readme formatting

This commit is contained in:
Andrew Kelley 2016-01-15 17:15:42 -07:00
parent 8d60ffe314
commit 39c1348862

View File

@ -95,8 +95,10 @@ sudo make install
If you get one of these: 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). 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 Most likely LLVM was compiled with one compiler while Zig was compiled with a