Skip to content

Commit

Permalink
remove target
Browse files Browse the repository at this point in the history
fix format and typo
  • Loading branch information
ZyuN0cUka1 committed Jun 19, 2024
1 parent 42a753b commit 3e59095
Show file tree
Hide file tree
Showing 21 changed files with 6 additions and 914 deletions.
1 change: 0 additions & 1 deletion llvm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ set(LLVM_ALL_TARGETS
ARM
AVR
BPF
CheerpBackend
Hexagon
Lanai
Mips
Expand Down
2 changes: 1 addition & 1 deletion llvm/CheerpCmakeConf.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

set(CMAKE_INSTALL_PREFIX /opt/cheerp CACHE STRING "")
set(LLVM_DEFAULT_TARGET_TRIPLE cheerp-leaningtech-webbrowser-wasm CACHE STRING "")
set(LLVM_TARGETS_TO_BUILD X86;WebAssembly;CheerpBackend CACHE STRING "")
set(LLVM_TARGETS_TO_BUILD X86;WebAssembly CACHE STRING "")
SET(CLANG_ENABLE_STATIC_ANALYZER OFF CACHE BOOL "")
SET(CLANG_ENABLE_ARCMT OFF CACHE BOOL "")

Expand Down
21 changes: 0 additions & 21 deletions llvm/lib/Target/CheerpBackend/CMakeLists.txt

This file was deleted.

60 changes: 0 additions & 60 deletions llvm/lib/Target/CheerpBackend/CheerpBackend.cpp

This file was deleted.

82 changes: 0 additions & 82 deletions llvm/lib/Target/CheerpBackend/CheerpTargetMachine.h

This file was deleted.

145 changes: 0 additions & 145 deletions llvm/lib/Target/CheerpBackend/CheerpTargetTransformInfo.cpp

This file was deleted.

66 changes: 0 additions & 66 deletions llvm/lib/Target/CheerpBackend/CheerpTargetTransformInfo.h

This file was deleted.

Loading

0 comments on commit 3e59095

Please sign in to comment.