Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[sb2] Accelerate llvm compiler. JB#50106
Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  • Loading branch information
mkosola committed Jun 23, 2020
1 parent 7530bee commit cf665da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scratchbox2/modes/obs-rpm-build+pp/fs_rules.lua
Expand Up @@ -340,6 +340,8 @@ emulate_mode_rules_usr_bin = {
actions=accelerated_program_actions},
{path="/usr/bin/join",
actions=accelerated_program_actions},
{path="/usr/bin/llc",
actions=accelerated_program_actions},
{path="/usr/bin/logname",
actions=accelerated_program_actions},
{path="/usr/bin/m4",
Expand Down
2 changes: 2 additions & 0 deletions scratchbox2/modes/obs-rpm-build/fs_rules.lua
Expand Up @@ -275,6 +275,8 @@ emulate_mode_rules_usr_bin = {
actions=accelerated_program_actions},
{path="/usr/bin/join",
actions=accelerated_program_actions},
{path="/usr/bin/llc",
actions=accelerated_program_actions},
{path="/usr/bin/logname",
actions=accelerated_program_actions},
{path="/usr/bin/m4",
Expand Down

0 comments on commit cf665da

Please sign in to comment.