Skip to content

Commit

Permalink
Build quirk clang add -fret-clean option.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluhm committed Jun 6, 2024
1 parent 53306d9 commit c170cea
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Buildquirks.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1015,6 +1015,19 @@ my %quirks = (
prebuildcommands => [ "make includes" ],
builddirs => [ "sbin/pfctl", "usr.bin/systat", "usr.sbin/relayd" ],
},
'2024-06-02T15:42:19Z' => {
comment => "clang add -fret-clean option",
updatedirs => [
"gnu/llvm",
"gnu/usr.bin/clang",
],
cleandirs => [
"sys/arch/amd64/compile/GENERIC.MP",
],
builddirs => [
"gnu/usr.bin/clang",
],
},
);

#### Patches ####
Expand Down

0 comments on commit c170cea

Please sign in to comment.