Revision tags: llvmorg-21-init, llvmorg-19.1.7 |
|
#
2072ec1f |
| 17-Dec-2024 |
Joseph Huber <huberjn@outlook.com> |
[LLVM] Remove warning print when merging fails
Summary: This message is only confusing and shouldn't have been added in the first place.
|
Revision tags: llvmorg-19.1.6, llvmorg-19.1.5 |
|
#
4148aa63 |
| 28-Nov-2024 |
Joseph Huber <huberjn@outlook.com> |
[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
Summary: When building a project in a runtime mode, the compilation database is a separate CMake invocation. So i
[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
Summary: When building a project in a runtime mode, the compilation database is a separate CMake invocation. So its `compile_commands.json` file will be placed elsewhere in the `runtimes/runtime-bins` directory. This is somewhat annoying for ongoing development when a runtimes build is necessary. This patch adds some CMake magic to merge the two files.
Fixed issue w/ standalone runtimes build by checking if the LLVM src and CMake src are the same.
show more ...
|
#
054f9147 |
| 28-Nov-2024 |
Joseph Huber <huberjn@outlook.com> |
[Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
Summary: When building a project in a runtime mode, the compilation database is a separate CMake invocation. So its `comp
[Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
Summary: When building a project in a runtime mode, the compilation database is a separate CMake invocation. So its `compile_commands.json` file will be placed elsewhere in the `runtimes/runtime-bins` directory. This is somewhat annoying for ongoing development when a runtimes build is necessary. This patch adds some CMake magic to merge the two files.
show more ...
|