Page MenuHomePhabricator

sebastian-ne (Sebastian Neubauer)
User

Projects

User does not belong to any projects.

User Details

User Since
Jan 27 2020, 1:17 AM (164 w, 2 d)

Recent Activity

Jan 27 2023

sebastian-ne accepted D142620: [Coroutines] Improve rematerialization stage.

Looks good to me, but please give it a few days in case someone else has a comment.

Jan 27 2023, 10:55 AM · Restricted Project, Restricted Project
sebastian-ne accepted D142621: [Couroutines] Modify CoroFrame materializable into a callback.

LGTM

Jan 27 2023, 10:41 AM · Restricted Project, Restricted Project

Jan 18 2023

sebastian-ne committed rGc33b9395b1df: [BitcodeReader] Allow reading pointer types from old IR (authored by sebastian-ne).
[BitcodeReader] Allow reading pointer types from old IR
Jan 18 2023, 4:20 AM · Restricted Project, Restricted Project
sebastian-ne closed D127728: [BitcodeReader] Allow reading pointer types from old IR.
Jan 18 2023, 4:20 AM · Restricted Project, Restricted Project
sebastian-ne updated the diff for D127728: [BitcodeReader] Allow reading pointer types from old IR.

Formatting

Jan 18 2023, 2:40 AM · Restricted Project, Restricted Project
sebastian-ne updated the diff for D127728: [BitcodeReader] Allow reading pointer types from old IR.

I would have prefered a comment instead of a straight revert without giving me a chance to fix it.
Anyway, here’s a version that embeds bitcode instead of textual IR.

Jan 18 2023, 2:40 AM · Restricted Project, Restricted Project
sebastian-ne reopened D127728: [BitcodeReader] Allow reading pointer types from old IR.
Jan 18 2023, 2:40 AM · Restricted Project, Restricted Project

Jan 17 2023

sebastian-ne committed rGb56df190b013: [BitcodeReader] Allow reading pointer types from old IR (authored by sebastian-ne).
[BitcodeReader] Allow reading pointer types from old IR
Jan 17 2023, 4:20 AM · Restricted Project, Restricted Project
sebastian-ne closed D127728: [BitcodeReader] Allow reading pointer types from old IR.
Jan 17 2023, 4:20 AM · Restricted Project, Restricted Project

Jan 13 2023

sebastian-ne committed rGeb4aa6c7a5f2: [cmake] Fix path to LLVMConfig.cmake for multi-config builds (authored by nhat-nguyen).
[cmake] Fix path to LLVMConfig.cmake for multi-config builds
Jan 13 2023, 11:33 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project
sebastian-ne closed D141538: [cmake] Fix path to LLVMConfig.cmake for multi-config builds.
Jan 13 2023, 11:33 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project
sebastian-ne added a comment to D141538: [cmake] Fix path to LLVMConfig.cmake for multi-config builds.

The debian pre-checkin test is unfortunately quite unstable. I see the same failures in D141469 for example.
This looks good to go.

Jan 13 2023, 1:54 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project

Jan 12 2023

sebastian-ne updated the diff for D127728: [BitcodeReader] Allow reading pointer types from old IR.

Assemble callbacks in a struct, as suggested.

Jan 12 2023, 9:52 AM · Restricted Project, Restricted Project
sebastian-ne added inline comments to D127728: [BitcodeReader] Allow reading pointer types from old IR.
Jan 12 2023, 9:51 AM · Restricted Project, Restricted Project
sebastian-ne committed rG71c837f6d7d7: [llvm/cmake] Replace CMAKE_SOURCE_DIR with PROJECT_SOURCE_DIR (authored by sebastian-ne).
[llvm/cmake] Replace CMAKE_SOURCE_DIR with PROJECT_SOURCE_DIR
Jan 12 2023, 2:37 AM · Restricted Project, Restricted Project
sebastian-ne closed D141521: [llvm/cmake] Replace CMAKE_SOURCE_DIR with PROJECT_SOURCE_DIR.
Jan 12 2023, 2:37 AM · Restricted Project, Restricted Project
sebastian-ne added a comment to D137517: [TargetParser] Generate the defs for RISCV CPUs using llvm-tblgen..

FYI, the CMake file should use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR, otherwise it breaks builds that use CMake’s add_subdirectory. I put up D141521 to fix that.

Jan 12 2023, 2:22 AM · Restricted Project, Restricted Project, Restricted Project

Jan 11 2023

sebastian-ne accepted D141538: [cmake] Fix path to LLVMConfig.cmake for multi-config builds.

Thanks for fixing the whitespace as well!

Jan 11 2023, 12:36 PM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project
sebastian-ne requested review of D141521: [llvm/cmake] Replace CMAKE_SOURCE_DIR with PROJECT_SOURCE_DIR.
Jan 11 2023, 9:55 AM · Restricted Project, Restricted Project
sebastian-ne added a comment to D139623: [llvm][cmake] Fix add_subdirectory build in multi-config.

That looks good to me. I guess the same change applies to the duplicated code in flang, polly, lld and clang.

Jan 11 2023, 9:55 AM · Restricted Project, Restricted Project

Jan 9 2023

sebastian-ne updated the diff for D127728: [BitcodeReader] Allow reading pointer types from old IR.

Rebased. Any concerns with the current patch?

Jan 9 2023, 9:08 AM · Restricted Project, Restricted Project

Jan 5 2023

sebastian-ne added a comment to D140985: [IR] Support importing modules with invalid data layouts..

The changes look good from my side. Can you add a unittest that converts an invalid DataLayout string to something legal?

Jan 5 2023, 6:00 AM · Restricted Project, Restricted Project

Dec 20 2022

sebastian-ne committed rGbb7940e25f6c: [llvm] Make llvm::Any similar to std::any (authored by sebastian-ne).
[llvm] Make llvm::Any similar to std::any
Dec 20 2022, 4:31 AM · Restricted Project, Restricted Project, Restricted Project
sebastian-ne closed D139973: [llvm] Make llvm::Any similar to std::any.
Dec 20 2022, 4:31 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
sebastian-ne committed rG3e2a6d7f0317: [llvm][cmake] Fix add_subdirectory build in multi-config (authored by sebastian-ne).
[llvm][cmake] Fix add_subdirectory build in multi-config
Dec 20 2022, 2:57 AM · Restricted Project, Restricted Project
sebastian-ne closed D139623: [llvm][cmake] Fix add_subdirectory build in multi-config.
Dec 20 2022, 2:57 AM · Restricted Project, Restricted Project

Dec 19 2022

sebastian-ne added a comment to D139623: [llvm][cmake] Fix add_subdirectory build in multi-config.

For completeness, the patch avoids the creation of mentioned dir under some but not all circumstances?

Dec 19 2022, 12:48 PM · Restricted Project, Restricted Project
sebastian-ne added a comment to D139623: [llvm][cmake] Fix add_subdirectory build in multi-config.

I still get the ${CONFIGURATION} directory even with this patch

Dec 19 2022, 11:16 AM · Restricted Project, Restricted Project
sebastian-ne added inline comments to D139973: [llvm] Make llvm::Any similar to std::any.
Dec 19 2022, 8:33 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
sebastian-ne updated the diff for D139973: [llvm] Make llvm::Any similar to std::any.

It is surprising to me that std::any can work without RTTI. Never thought it could be implemented.

Dec 19 2022, 8:33 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
sebastian-ne committed rG95b27b2a1e0e: [llvm][ADT] Fix Any with msvc and lto (authored by sebastian-ne).
[llvm][ADT] Fix Any with msvc and lto
Dec 19 2022, 8:15 AM · Restricted Project, Restricted Project
sebastian-ne closed D139974: [llvm][ADT] Fix Any with msvc and lto.
Dec 19 2022, 8:15 AM · Restricted Project, Restricted Project

Dec 16 2022

sebastian-ne added a reviewer for D139623: [llvm][cmake] Fix add_subdirectory build in multi-config: jsilvanus.

ping for review

Dec 16 2022, 4:42 AM · Restricted Project, Restricted Project
sebastian-ne added a comment to D139006: [UpdateTestChecks] Match define for labels.

I believe the motivation here is the default behavior

Dec 16 2022, 4:40 AM · Restricted Project, Restricted Project, Restricted Project

Dec 14 2022

sebastian-ne retitled D139974: [llvm][ADT] Fix Any with msvc and lto from [llvm] Change llvm::Any to wrap std::any to [llvm][ADT] Fix Any with msvc and lto.
Dec 14 2022, 10:46 AM · Restricted Project, Restricted Project
sebastian-ne updated the diff for D139974: [llvm][ADT] Fix Any with msvc and lto.

I found a different way to fix the problem with msvc.
Marking the TypeId as non-const fixes the problem, at least in godbolt.

Dec 14 2022, 10:45 AM · Restricted Project, Restricted Project

Dec 13 2022

sebastian-ne requested review of D139974: [llvm][ADT] Fix Any with msvc and lto.
Dec 13 2022, 2:54 PM · Restricted Project, Restricted Project
sebastian-ne requested review of D139973: [llvm] Make llvm::Any similar to std::any.
Dec 13 2022, 2:52 PM · Restricted Project, Restricted Project, Restricted Project, Restricted Project

Dec 12 2022

sebastian-ne added a comment to D139006: [UpdateTestChecks] Match define for labels.

So now every single test needs to be regenerated? It'll create straw diff from nowhere...

Dec 12 2022, 4:22 AM · Restricted Project, Restricted Project, Restricted Project
sebastian-ne committed rGa888825aeef8: [UpdateTestChecks] Match define for labels (authored by sebastian-ne).
[UpdateTestChecks] Match define for labels
Dec 12 2022, 3:30 AM · Restricted Project, Restricted Project, Restricted Project
sebastian-ne closed D139006: [UpdateTestChecks] Match define for labels.
Dec 12 2022, 3:30 AM · Restricted Project, Restricted Project, Restricted Project

Dec 8 2022

sebastian-ne added a comment to D139006: [UpdateTestChecks] Match define for labels.

I guess this is fine to merge. I’ll leave it for a day in case someone has more comments.

Dec 8 2022, 5:54 AM · Restricted Project, Restricted Project, Restricted Project
sebastian-ne committed rG1fe65d866c52: [AMDGPU] Add test that spills WWM CSRs twice (authored by sebastian-ne).
[AMDGPU] Add test that spills WWM CSRs twice
Dec 8 2022, 5:29 AM · Restricted Project, Restricted Project
sebastian-ne closed D139626: [AMDGPU] Add test that spills WWM CSRs twice.
Dec 8 2022, 5:28 AM · Restricted Project, Restricted Project
sebastian-ne requested review of D139626: [AMDGPU] Add test that spills WWM CSRs twice.
Dec 8 2022, 5:16 AM · Restricted Project, Restricted Project
sebastian-ne requested review of D139624: [llvm][cmake] Use more generator expressions.
Dec 8 2022, 5:01 AM · Restricted Project, Restricted Project
sebastian-ne requested review of D139623: [llvm][cmake] Fix add_subdirectory build in multi-config.
Dec 8 2022, 4:58 AM · Restricted Project, Restricted Project
sebastian-ne added a comment to D139532: [llvm] Replace llvm::Any with std::any.

Seems like we can’t… msvc fails to link
https://developercommunity.visualstudio.com/t/stdany-doesnt-link-when-exceptions-are-disabled/376072

Dec 8 2022, 3:08 AM · Restricted Project, Restricted Project
sebastian-ne added a reverting change for rGaeac2e4884a3: [llvm] Replace llvm::Any with std::any: rG19158eb7f06d: Revert "[llvm] Replace llvm::Any with std::any".
Dec 8 2022, 3:08 AM · Restricted Project, Restricted Project
sebastian-ne committed rG19158eb7f06d: Revert "[llvm] Replace llvm::Any with std::any" (authored by sebastian-ne).
Revert "[llvm] Replace llvm::Any with std::any"
Dec 8 2022, 3:07 AM · Restricted Project, Restricted Project
sebastian-ne added a reverting change for D139532: [llvm] Replace llvm::Any with std::any: rG19158eb7f06d: Revert "[llvm] Replace llvm::Any with std::any".
Dec 8 2022, 3:07 AM · Restricted Project, Restricted Project
sebastian-ne committed rGaeac2e4884a3: [llvm] Replace llvm::Any with std::any (authored by sebastian-ne).
[llvm] Replace llvm::Any with std::any
Dec 8 2022, 2:48 AM · Restricted Project, Restricted Project
sebastian-ne closed D139532: [llvm] Replace llvm::Any with std::any.
Dec 8 2022, 2:48 AM · Restricted Project, Restricted Project

Dec 7 2022

sebastian-ne added a comment to D131847: Draft: [llvm] Replace uses of llvm::Any with std::any.

I put up D139532, which includes the work done here and finishes it (also replaces any_cast with std::any_cast, compiles and passes llvm and clang tests).

Dec 7 2022, 5:29 AM · Restricted Project, Restricted Project
sebastian-ne requested review of D139532: [llvm] Replace llvm::Any with std::any.
Dec 7 2022, 5:27 AM · Restricted Project, Restricted Project

Dec 1 2022

sebastian-ne added inline comments to D139006: [UpdateTestChecks] Match define for labels.
Dec 1 2022, 2:07 AM · Restricted Project, Restricted Project, Restricted Project

Nov 30 2022

sebastian-ne updated the diff for D139006: [UpdateTestChecks] Match define for labels.

Thanks for the review!
I updated the update_cc_tests tests and added a test where the FileCheck failed previously.

Nov 30 2022, 6:27 AM · Restricted Project, Restricted Project, Restricted Project
sebastian-ne requested review of D139006: [UpdateTestChecks] Match define for labels.
Nov 30 2022, 5:15 AM · Restricted Project, Restricted Project, Restricted Project
sebastian-ne committed rG53efce306497: [AMDGPU] Remove todo about vector types (authored by sebastian-ne).
[AMDGPU] Remove todo about vector types
Nov 30 2022, 5:13 AM · Restricted Project, Restricted Project
sebastian-ne closed D139002: [AMDGPU] Remove todo about vector types.
Nov 30 2022, 5:13 AM · Restricted Project, Restricted Project
sebastian-ne requested review of D139002: [AMDGPU] Remove todo about vector types.
Nov 30 2022, 4:20 AM · Restricted Project, Restricted Project

Nov 22 2022

sebastian-ne added inline comments to D136169: [AMDGPU] Avoid SCC clobbering before S_CSELECT_B32.
Nov 22 2022, 6:56 AM · Restricted Project, Restricted Project

Nov 17 2022

sebastian-ne added inline comments to D136169: [AMDGPU] Avoid SCC clobbering before S_CSELECT_B32.
Nov 17 2022, 4:21 AM · Restricted Project, Restricted Project

Nov 14 2022

sebastian-ne added a comment to D137866: [Coroutines] Do not add allocas for retcon coroutines.

Not your code, but:

Maybe it would be cleaner to check whether we need a frame object at all instead of adding special case handling for allocas?
Then, based on that condition, we could skip setup of the frame type and pointer, and leave the alloca's unchanged.

If that's too much of a change, I'm fine with the proposed change, as it just fixes the existing condition.

Nov 14 2022, 1:57 AM · Restricted Project, Restricted Project
sebastian-ne committed rG0387679e3ea2: [Coroutines] Presubmit retcon without suspend test (authored by sebastian-ne).
[Coroutines] Presubmit retcon without suspend test
Nov 14 2022, 1:47 AM · Restricted Project, Restricted Project
sebastian-ne committed rGce879a03c979: [Coroutines] Do not add allocas for retcon coroutines (authored by sebastian-ne).
[Coroutines] Do not add allocas for retcon coroutines
Nov 14 2022, 1:47 AM · Restricted Project, Restricted Project
sebastian-ne closed D137866: [Coroutines] Do not add allocas for retcon coroutines.
Nov 14 2022, 1:47 AM · Restricted Project, Restricted Project

Nov 11 2022

sebastian-ne requested review of D137866: [Coroutines] Do not add allocas for retcon coroutines.
Nov 11 2022, 1:39 PM · Restricted Project, Restricted Project

Nov 4 2022

sebastian-ne added a reviewer for D137337: Replace LLVM_LIBDIR_SUFFIX by CMAKE_INSTALL_LIBDIR: Ericson2314.
Nov 4 2022, 3:55 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project

Sep 28 2022

sebastian-ne accepted D134730: [cmake] Export GetHostTriple.cmake.

Looks good to me

Sep 28 2022, 4:06 AM · Restricted Project, Restricted Project

Sep 14 2022

sebastian-ne accepted D132316: [CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-suited, part 2.

LGTM

Sep 14 2022, 1:59 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project
sebastian-ne accepted D133828: [CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-suited, part 1.
Sep 14 2022, 1:53 AM · Restricted Project, Restricted Project, Restricted Project

Sep 9 2022

sebastian-ne committed rGc7750c522e6d: Add helper func to get first non-alloca position (authored by sebastian-ne).
Add helper func to get first non-alloca position
Sep 9 2022, 6:40 AM · Restricted Project, Restricted Project
sebastian-ne closed D132554: Add helper func to get first non-alloca position.
Sep 9 2022, 6:40 AM · Restricted Project, Restricted Project

Aug 25 2022

sebastian-ne added a comment to D132608: [CMake] Clean up CMake binary dir handling.

I’m not sure if it’s the case for all places (as CMAKE_CFG_INTDIR is not defined at install time), but I think the CMAKE_BINARY_LIBDIR introduced here serves the same purpose as the already existing LLVM_LIBRARY_DIR.
Same for CMAKE_BINARY_INCLUDEDIR, which is LLVM_INCLUDE_DIR and CMAKE_BINARY_BINDIR which is LLVM_TOOLS_BINARY_DIR.

Aug 25 2022, 4:34 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project
sebastian-ne added a comment to D132316: [CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-suited, part 2.

This is probably caused by using CMAKE_CFG_INTDIR (indirectly) in more places. Seems like it expands to $(Configuration) for Visual Studio.
Searching more about it, it’s only set at build time, but not at install time, which is a problem as well.
On top of all, CMAKE_CFG_INTDIR is deprecated and superseded by generator expression: https://cmake.org/cmake/help/latest/variable/CMAKE_CFG_INTDIR.html

Aug 25 2022, 3:16 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project

Aug 24 2022

sebastian-ne added a comment to D132316: [CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-suited, part 2.

The build afterwards succeeded again. Seems like every ~20th build on that windows machine fails.

Aug 24 2022, 9:46 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project
sebastian-ne requested review of D132554: Add helper func to get first non-alloca position.
Aug 24 2022, 6:19 AM · Restricted Project, Restricted Project
sebastian-ne accepted D132436: [AMDGPU][SIFrameLowering] Unify PEI SGPR spill saves and restores.

Thanks, looks good to me.

Aug 24 2022, 1:51 AM · Restricted Project, Restricted Project
sebastian-ne accepted D132316: [CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-suited, part 2.
Aug 24 2022, 1:39 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project

Aug 23 2022

sebastian-ne added inline comments to D132316: [CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-suited, part 2.
Aug 23 2022, 7:13 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project
sebastian-ne added inline comments to D132436: [AMDGPU][SIFrameLowering] Unify PEI SGPR spill saves and restores.
Aug 23 2022, 5:04 AM · Restricted Project, Restricted Project
sebastian-ne added a comment to D132436: [AMDGPU][SIFrameLowering] Unify PEI SGPR spill saves and restores.

Looks ok to me in general.

Aug 23 2022, 2:21 AM · Restricted Project, Restricted Project

Aug 22 2022

sebastian-ne added inline comments to D130784: [AMDGPU] Support LDS spilling.
Aug 22 2022, 4:57 AM · Restricted Project, Restricted Project
sebastian-ne added inline comments to D132316: [CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-suited, part 2.
Aug 22 2022, 1:56 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project

Aug 18 2022

sebastian-ne added a comment to D130586: [cmake] Use `CMAKE_INSTALL_LIBDIR` too.

Anyone have any idea what this Debian test failure is about?

Aug 18 2022, 2:03 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project

Aug 16 2022

sebastian-ne accepted D130586: [cmake] Use `CMAKE_INSTALL_LIBDIR` too.

Looks good to me, thanks!

Aug 16 2022, 6:41 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project
sebastian-ne accepted D125303: [update_llc_test_checks] Handle mixed asm and ISel debug output.
Aug 16 2022, 5:33 AM · Restricted Project, Restricted Project

Jul 28 2022

sebastian-ne added a comment to D130545: [cmake] Slight fix ups to make robust to the full range of GNUInstallDirs.

I pushed a potential fix (removing the backslash) in 50716ba2b337afe46ac256cc91673dc27356a776.
I don’t know which buildbots to look at though, it looks like the OpenMP ones all succeed.

Jul 28 2022, 5:49 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
sebastian-ne committed rG50716ba2b337: [CMake][OpenMP] Remove wrong backslash (authored by sebastian-ne).
[CMake][OpenMP] Remove wrong backslash
Jul 28 2022, 5:37 AM · Restricted Project, Restricted Project
sebastian-ne added inline comments to D130545: [cmake] Slight fix ups to make robust to the full range of GNUInstallDirs.
Jul 28 2022, 5:26 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
sebastian-ne added inline comments to D130586: [cmake] Use `CMAKE_INSTALL_LIBDIR` too.
Jul 28 2022, 5:14 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project

Jul 27 2022

sebastian-ne added inline comments to D130586: [cmake] Use `CMAKE_INSTALL_LIBDIR` too.
Jul 27 2022, 5:38 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project
sebastian-ne accepted D130553: [clang][lld][cmake] Simplify header dirs.

Looks good to me, I left three questions inline.

Jul 27 2022, 2:23 AM · Restricted Project, Restricted Project

Jul 26 2022

sebastian-ne accepted D130539: [llvm][cmake] Follow up to D117973.
Jul 26 2022, 3:11 AM · Restricted Project, Restricted Project
sebastian-ne added inline comments to D130553: [clang][lld][cmake] Simplify header dirs.
Jul 26 2022, 3:06 AM · Restricted Project, Restricted Project
sebastian-ne accepted D130545: [cmake] Slight fix ups to make robust to the full range of GNUInstallDirs.

Looks good to me

Jul 26 2022, 2:54 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
sebastian-ne committed rGae222dae56b9: [CMake] Fix add_subdirectory llvm builds (authored by sebastian-ne).
[CMake] Fix add_subdirectory llvm builds
Jul 26 2022, 2:25 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
sebastian-ne closed D130555: [CMake] Fix add_subdirectory llvm builds.
Jul 26 2022, 2:25 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
sebastian-ne added a comment to D117973: [cmake] Support custom package install paths.

I found a regression when llvm is added with CMake’s add_subdirectory. D130555 has a fix.

Jul 26 2022, 1:43 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project