Timm =?utf-8?q?Bäder?= <[email protected]>, Timm =?utf-8?q?Bäder?= <[email protected]> Message-ID: In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
tbaederr wrote: Pushed a more complete version with support for `-fno-experimental-new-constant-interpreter`. The result now is: | cmake | cmdline | Result | | ------------- | ------------- |-----| |0 | 0 | 0 | |0 | 1 | 1 | |0 | - | 0 | |1 | 0 | 0 | |1 | 1 | 1 | |1 | - | 1 | In other words, the cmake settings controls the default and can be overridden by the command line. https://github.com/llvm/llvm-project/pull/200716 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
