Skip to content

Commit e192ba7

Browse files
committed
Update worker class source location
1 parent 06986ba commit e192ba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import compiler_opt.es.es_worker
1+
import compiler_opt.es.blackbox_learner_test
22
# List of flags to add to clang compilation command. The flag names should
33
# match the actual flags provided to clang. An example for AFDO reinjection:
44
# train_eval.additional_flags=('-fprofile-sample-use=/path/to/gwp.afdo','-fprofile-remapping-file=/path/to/prof_remap.txt')
@@ -8,4 +8,4 @@ train.additional_compilation_flags=()
88
# should match the actual flags provided to clang.'
99
train.delete_compilation_flags=('-split-dwarf-file','-split-dwarf-output','-fthinlto-index','-fprofile-sample-use','-fprofile-remapping-file')
1010

11-
train.worker_class=@es_worker.ESWorker
11+
train.worker_class=@blackbox_learner_test.ESWorker

0 commit comments

Comments
 (0)