================
@@ -5,6 +5,8 @@ set(LLVM_LINK_COMPONENTS
 add_clang_executable(c-index-test
   c-index-test.c
   core_main.cpp
+
+  DISABLE_PCH_REUSE # Prevent CMake error with C source files.
----------------
makslevental wrote:

this is a really stupid nit i'm sorry but can you move these comments to just 
above the option, like 

```
 # Prevent CMake error with C source files.
DISABLE_PCH_REUSE
```

reason being that formatters can't move these things around because the comment 
is treated as part of the line.

https://github.com/llvm/llvm-project/pull/176420
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to