Skip to content

Commit 596c86f

Browse files
aratajewigcbot
authored andcommitted
Increase max symbol name length to 1024
1 parent 48b46d6 commit 596c86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: visa/include/RelocationInfo.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3737

3838
namespace vISA {
3939

40-
static const uint32_t MAX_SYMBOL_NAME_LENGTH = 256;
40+
static const uint32_t MAX_SYMBOL_NAME_LENGTH = 1024;
4141

4242
/// GenSymType - Specify the symbol's type
4343
enum GenSymType {

0 commit comments

Comments
 (0)