[clang] [compiler-rt] [XRay] Fix LLVM include in xray_interface.cpp (PR #111978)

2024-10-11 Thread Jan Patrick Lehr via cfe-commits
https://github.com/jplehr closed https://github.com/llvm/llvm-project/pull/111978 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [compiler-rt] [XRay] Fix LLVM include in xray_interface.cpp (PR #111978)

2024-10-11 Thread Jan Patrick Lehr via cfe-commits
https://github.com/jplehr approved this pull request. LGTM next time please separate PRs for fix and formatting. https://github.com/llvm/llvm-project/pull/111978 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/ma

[clang] [compiler-rt] [XRay] Fix LLVM include in xray_interface.cpp (PR #111978)

2024-10-11 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-driver Author: Sebastian Kreutzer (sebastiankreutzer) Changes Removes a dependency on LLVM in `xray_interface.cpp` by replacing `llvm_unreachable` with compiler-rt's `UNREACHABLE`. Applies clang-format to some unformatted changes. Original PR: #

[clang] [compiler-rt] [XRay] Fix LLVM include in xray_interface.cpp (PR #111978)

2024-10-11 Thread Sebastian Kreutzer via cfe-commits
https://github.com/sebastiankreutzer created https://github.com/llvm/llvm-project/pull/111978 Removes a dependency on LLVM in `xray_interface.cpp` by replacing `llvm_unreachable` with compiler-rt's `UNREACHABLE`. Applies clang-format to some unformatted changes. Original PR: #90959 >From e5