File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
mkdir build && cd build
29
29
cmake -G Ninja \
30
30
-DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS="clang" \
31
- -DLLVM_TARGETS_TO_BUILD="host;X86_64 " -DLLVM_OPTIMIZED_TABLEGEN=ON \
31
+ -DLLVM_TARGETS_TO_BUILD="host;X86 " -DLLVM_OPTIMIZED_TABLEGEN=ON \
32
32
../llvm
33
33
# Note that only the required tools are built
34
34
ninja clang opt lli not FileCheck
Original file line number Diff line number Diff line change 31
31
ln -s /usr/bin/x86_64-linux-gnu-ld.gold ld
32
32
cmake -G Ninja \
33
33
-DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS="clang" \
34
- -DLLVM_TARGETS_TO_BUILD="X86_64 ;AArch64" -DLLVM_OPTIMIZED_TABLEGEN=ON \
34
+ -DLLVM_TARGETS_TO_BUILD="X86 ;AArch64" -DLLVM_OPTIMIZED_TABLEGEN=ON \
35
35
../llvm
36
36
# Note that only the required tools are built
37
37
ninja clang opt lli not FileCheck
You can’t perform that action at this time.
0 commit comments