Merge "Rename .map.txt used by tests" into main
This commit is contained in:
@@ -1,17 +0,0 @@
|
|||||||
LIBVERSION_SCRIPT_EXAMPLE_1.0 {
|
|
||||||
global:
|
|
||||||
test1; # mytag
|
|
||||||
extern "C++" {
|
|
||||||
Test3::*; # mytag
|
|
||||||
};
|
|
||||||
local:
|
|
||||||
*;
|
|
||||||
};
|
|
||||||
|
|
||||||
LIBVERSION_SCRIPT_EXAMPLE_PRIVATE {
|
|
||||||
global:
|
|
||||||
test2;
|
|
||||||
extern "C++" {
|
|
||||||
Test4::*;
|
|
||||||
};
|
|
||||||
} LIBVERSION_SCRIPT_EXAMPLE_1.0;
|
|
||||||
@@ -594,7 +594,7 @@ TEST_MODULES = [
|
|||||||
srcs=[
|
srcs=[
|
||||||
'integration/weak_symbols/example.c',
|
'integration/weak_symbols/example.c',
|
||||||
],
|
],
|
||||||
version_script='integration/weak_symbols/libexample_old.map.txt',
|
version_script='integration/weak_symbols/old_map.txt',
|
||||||
export_include_dirs=[],
|
export_include_dirs=[],
|
||||||
dumper_flags=['-output-format', 'Json'],
|
dumper_flags=['-output-format', 'Json'],
|
||||||
linker_flags=[
|
linker_flags=[
|
||||||
@@ -609,7 +609,7 @@ TEST_MODULES = [
|
|||||||
srcs=[
|
srcs=[
|
||||||
'integration/weak_symbols/example.c',
|
'integration/weak_symbols/example.c',
|
||||||
],
|
],
|
||||||
version_script='integration/weak_symbols/libexample_new.map.txt',
|
version_script='integration/weak_symbols/new_map.txt',
|
||||||
export_include_dirs=[],
|
export_include_dirs=[],
|
||||||
dumper_flags=['-output-format', 'Json'],
|
dumper_flags=['-output-format', 'Json'],
|
||||||
linker_flags=[
|
linker_flags=[
|
||||||
|
|||||||
Reference in New Issue
Block a user