[llvm-branch-commits] [libcxx] [libcxxabi] release/18.x: [libcxx][libcxxabi] Fix build for OpenBSD (#92186) (PR #92601)

2024-05-17 Thread John Ericson via llvm-branch-commits
Ericson2314 wrote: Thanks, both of you. I can't merge these, so I am guessing someone else will come along that can? https://github.com/llvm/llvm-project/pull/92601 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org

[llvm-branch-commits] [clang] release/18.x: [clang] Don't assume location of compiler-rt for OpenBSD (#92183) (PR #92293)

2024-05-17 Thread John Ericson via llvm-branch-commits
Ericson2314 wrote: (FWIW https://github.com/llvm/llvm-project/pull/92601 is somewhat a companion backport.) https://github.com/llvm/llvm-project/pull/92293 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org

[llvm-branch-commits] [clang] release/18.x: [clang] Don't assume location of compiler-rt for OpenBSD (#92183) (PR #92293)

2024-05-15 Thread John Ericson via llvm-branch-commits
Ericson2314 wrote: (I read https://llvm.org/docs/HowToReleaseLLVM.html#release-patch-rules and believe it qualifies) https://github.com/llvm/llvm-project/pull/92293 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org

[llvm-branch-commits] [clang] [CIR][NFC] Add scaffolding for the CIR dialect and CIROps.td (PR #86080)

2024-04-17 Thread John Ericson via llvm-branch-commits
https://github.com/Ericson2314 edited https://github.com/llvm/llvm-project/pull/86080 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [CIR][NFC] Add scaffolding for the CIR dialect and CIROps.td (PR #86080)

2024-04-17 Thread John Ericson via llvm-branch-commits
@@ -0,0 +1,6 @@ +set(MLIR_INCLUDE_DIR ${LLVM_MAIN_SRC_DIR}/../mlir/include ) # --includedir +set(MLIR_TABLEGEN_OUTPUT_DIR ${CMAKE_BINARY_DIR}/tools/mlir/include) Ericson2314 wrote: We should keep the standalone build in mind, where a standalone build of Clang

[llvm-branch-commits] [clang] [CIR][NFC] Add scaffolding for the CIR dialect and CIROps.td (PR #86080)

2024-04-17 Thread John Ericson via llvm-branch-commits
@@ -0,0 +1,4 @@ +include_directories(${LLVM_MAIN_SRC_DIR}/../mlir/include) +include_directories(${CMAKE_BINARY_DIR}/tools/mlir/include) Ericson2314 wrote: I think something like `target_include_directories` is generally preferred, because it is less of a

[llvm-branch-commits] [openmp] 2647f72 - [CMake][OpenMP] Remove wrong backslash

2022-07-28 Thread John Ericson via llvm-branch-commits
Author: Sebastian Neubauer Date: 2022-07-28T15:58:26-04:00 New Revision: 2647f7274782e4a529d7c3a9920de86ddfe72324 URL: https://github.com/llvm/llvm-project/commit/2647f7274782e4a529d7c3a9920de86ddfe72324 DIFF: