fix: llvm10.0->12.0
close: I5AM0I Signed-off-by: arvinzzz <zhaotianyu9@huawei.com> Change-Id: I02ae045208411c6dac1234372b706ce0dbec5cef
This commit is contained in:
@@ -90,8 +90,13 @@ kernel_module(module_name) {
|
||||
}
|
||||
|
||||
public_configs = [ ":public" ]
|
||||
configs += [ ":private" ]
|
||||
}
|
||||
|
||||
config("public") {
|
||||
include_dirs = [ "include" ]
|
||||
}
|
||||
|
||||
config("private") {
|
||||
cflags = [ "-Wno-frame-address" ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user