The branch stable/14 has been updated by dim:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=0b78483e6802652c0a4ebc027988236a088f3a7a

commit 0b78483e6802652c0a4ebc027988236a088f3a7a
Author:     Dimitry Andric <[email protected]>
AuthorDate: 2026-04-23 12:39:31 +0000
Commit:     Dimitry Andric <[email protected]>
CommitDate: 2026-05-29 22:59:37 +0000

    Add a comment to llvm's OptParser.td, so dependent files get rebuilt.
    
    PR:             292067
    MFC after:      1 month
    
    (cherry picked from commit 3cbf898fb49fe087cdcafe2745cca3f7a20f4388)
---
 contrib/llvm-project/llvm/include/llvm/Option/OptParser.td | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/contrib/llvm-project/llvm/include/llvm/Option/OptParser.td 
b/contrib/llvm-project/llvm/include/llvm/Option/OptParser.td
index 9fd606b0d6fc..0e0de2dd2e59 100644
--- a/contrib/llvm-project/llvm/include/llvm/Option/OptParser.td
+++ b/contrib/llvm-project/llvm/include/llvm/Option/OptParser.td
@@ -275,3 +275,5 @@ def INPUT : Option<[], "<input>", KIND_INPUT>;
 def UNKNOWN : Option<[], "<unknown>", KIND_UNKNOWN>;
 
 #endif // LLVM_OPTION_OPTPARSER_TD
+
+// FreeBSD customization: touch this file so dependent files get rebuilt.

Reply via email to