commit | a87f6fef606d1119a5d1a5e3f3ae2d0ae82be5f6 | [log] [tgz] |
---|---|---|
author | Josh DeWitt <josh.dewitt@garmin.com> | Fri Mar 14 09:09:44 2025 -0500 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Mar 19 18:53:22 2025 -0400 |
tree | e32820b2b7ffdaa505be3f67fef04af8aa11f612 | |
parent | fe8a089a3fc5da9f75985c11c184db4f697cca11 [diff] |
linker: Fix clang-format breaking linker macros clang-format will remove the space after the equals sign causing link issues. Disable clang-format for some linker macros since they should not be formatted as C code. Signed-off-by: Josh DeWitt <josh.dewitt@garmin.com>