File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828 mkdir build && cd build
2929 cmake -G Ninja \
3030 -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 \
3232 ../llvm
3333 # Note that only the required tools are built
3434 ninja clang opt lli not FileCheck
Original file line number Diff line number Diff line change 3131 ln -s /usr/bin/x86_64-linux-gnu-ld.gold ld
3232 cmake -G Ninja \
3333 -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 \
3535 ../llvm
3636 # Note that only the required tools are built
3737 ninja clang opt lli not FileCheck
You can’t perform that action at this time.
0 commit comments