From: stephan Date: Sun, 11 Jan 2026 15:29:56 +0000 (+0000) Subject: Because of the risk of false positives and ancient compiler versions, do not assume... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef7379c906bfd8ebfac20e259fd3098b7a343551;p=thirdparty%2Fsqlite.git Because of the risk of false positives and ancient compiler versions, do not assume that clang automatically supports -MJ for compile-commands output. i.e. make --compile-commands completely opt-in instead of sometimes-assumed. FossilOrigin-Name: 555864bec6a4e491aa49b047410ac44ae6db2e884603fc3a1a1c28aa4fecb9a7 --- diff --git a/autosetup/sqlite-config.tcl b/autosetup/sqlite-config.tcl index 4416ba0e41..02c43c1862 100644 --- a/autosetup/sqlite-config.tcl +++ b/autosetup/sqlite-config.tcl @@ -495,7 +495,7 @@ proc sqlite-configure-phase1 {buildMode} { # --compile-commands must be checked relatively early or else flags # added later, like -Werror, break it. # - if {![proj-check-compile-commands -assume-for-clang compile-commands]} { + if {![proj-check-compile-commands compile-commands]} { if {[proj-opt-was-provided compile-commands] && [opt-bool compile-commands]} { proj-indented-notice -error { --compile-commands was provided but the compiler does not diff --git a/manifest b/manifest index ce85e7f659..9876a784b4 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Remove\sa\snow-extraneous\sJS\sfile. -D 2026-01-11T15:24:35.265 +C Because\sof\sthe\srisk\sof\sfalse\spositives\sand\sancient\scompiler\sversions,\sdo\snot\sassume\sthat\sclang\sautomatically\ssupports\s-MJ\sfor\scompile-commands\soutput.\si.e.\smake\s--compile-commands\scompletely\sopt-in\sinstead\sof\ssometimes-assumed. +D 2026-01-11T15:29:56.779 F .fossil-settings/binary-glob 61195414528fb3ea9693577e1980230d78a1f8b0a54c78cf1b9b24d0a409ed6a x F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea @@ -47,7 +47,7 @@ F autosetup/find_tclconfig.tcl e64886ffe3b982d4df42cd28ed91fe0b5940c2c5785e126c1 F autosetup/jimsh0.c 916bbdf8023fbda9937afae57d81a853d8c2ea00f2320aa27becbc33574f963d F autosetup/pkg-config.tcl 4e635bf39022ff65e0d5434339dd41503ea48fc53822c9c5bde88b02d3d952ba F autosetup/proj.tcl ce301197f364f7ce2acabbbd84b43d19e917ec73653157ca134a06f32d322712 -F autosetup/sqlite-config.tcl b9d0c7f05ebd14cde1e73d9354fd3add8e64a6a176b25f08bcb1d6374590006c +F autosetup/sqlite-config.tcl 83adfdc3991719e41c45445fffcb8192b8a30f9b02aef535ade3f9aa10ff0126 F autosetup/system.tcl 51d4be76cd9a9074704b584e5c9cbba616202c8468cf9ba8a4f8294a7ab1dba9 F autosetup/teaish/README.txt b40071e6f8506500a2f7f71d5fc69e0bf87b9d7678dd9da1e5b4d0acbf40b1ca F autosetup/teaish/core.tcl e014dd95900c7f9a34e8e0f460f47e94841059827bce8b4c49668b0c7ae3f1a0 @@ -2191,8 +2191,8 @@ F tool/warnings-clang.sh bbf6a1e685e534c92ec2bfba5b1745f34fb6f0bc2a362850723a9ee F tool/warnings.sh d924598cf2f55a4ecbc2aeb055c10bd5f48114793e7ba25f9585435da29e7e98 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f F tool/winmain.c 00c8fb88e365c9017db14c73d3c78af62194d9644feaf60e220ab0f411f3604c -P bd8a21bf80a37809b68c0fa1c7708a9474f43e14ce538452d3e56531e93d7195 -R 6e1643619208766429e72ca81c8e999a +P da964123e4345214103f5ca553d8b6eb099c3af9c6cef00cedb3230300b4bb5f +R f6260bed01e5ddfabc11ddf271e84cc2 U stephan -Z b24f484319079503609fc4eeede076d7 +Z 56eda3a8237f50fdd791b7f095047d59 # Remove this line to create a well-formed Fossil manifest. diff --git a/manifest.uuid b/manifest.uuid index 696e608ebc..1ccacd530f 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -da964123e4345214103f5ca553d8b6eb099c3af9c6cef00cedb3230300b4bb5f +555864bec6a4e491aa49b047410ac44ae6db2e884603fc3a1a1c28aa4fecb9a7