| ... | ... | @@ -95,8 +95,10 @@ sudo make install |
| 95 | 95 | |
| 96 | 96 | If you get one of these: |
| 97 | 97 | |
| 98 | | * `undefined reference to `_ZNK4llvm17SubtargetFeatures9getStringB5cxx11Ev'` |
| 99 | | * `undefined reference to `llvm::SubtargetFeatures::getString() const'` |
| 98 | ``` |
| 99 | undefined reference to `_ZNK4llvm17SubtargetFeatures9getStringB5cxx11Ev' |
| 100 | undefined reference to `llvm::SubtargetFeatures::getString() const' |
| 101 | ``` |
| 100 | 102 | |
| 101 | 103 | This is because of [C++'s Dual ABI](https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html). |
| 102 | 104 | Most likely LLVM was compiled with one compiler while Zig was compiled with a |