[PATCH] D64826: [Xtensa 1/10] Recognize Xtensa in triple parsing code.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 17 11:51:19 PST 2022


MaskRay accepted this revision.
MaskRay added a comment.
Herald added a subscriber: StephenFan.

LGTM.

@sstefan1 consider testing 3 build modes

- default
- `-DBUILD_SHARED_LIBS=on`
- `-DLLVM_LINK_LLVM_DYLIB=on`

For large patches which change a lot of the build system. I've seen many patches reverted and relanded because of some dependency issues.

If you want to test asan, use `-DLLVM_USE_SANITIZER=Address -DLLVM_ENABLE_RUNTIMES=`


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64826/new/

https://reviews.llvm.org/D64826



More information about the llvm-commits mailing list