diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-17 20:23:22 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-17 20:23:22 +0000 |
commit | 5a5de6ea3962782b02221b96b27dd064b25d381f (patch) | |
tree | 6138b29ea914e803d8430f444a764b7d29f8df12 /packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Two/TwoConstant.c | |
parent | b76161e41bc2c07cd47f9c61f875d1be95e26d10 (diff) | |
download | src-5a5de6ea3962782b02221b96b27dd064b25d381f.tar.gz src-5a5de6ea3962782b02221b96b27dd064b25d381f.zip |
Vendor import of lldb trunk r303291:vendor/lldb/lldb-trunk-r303291
Notes
Notes:
svn path=/vendor/lldb/dist/; revision=318424
svn path=/vendor/lldb/lldb-trunk-r303291/; revision=318425; tag=vendor/lldb/lldb-trunk-r303291
Diffstat (limited to 'packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Two/TwoConstant.c')
-rw-r--r-- | packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Two/TwoConstant.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Two/TwoConstant.c b/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Two/TwoConstant.c new file mode 100644 index 000000000000..9fc7c4b79515 --- /dev/null +++ b/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Two/TwoConstant.c @@ -0,0 +1 @@ +int __attribute__ ((visibility("hidden"))) conflicting_symbol = 22222; |