Callback that may override the data layout string found in LLVM assembly.

Synopsis

Declared in <llvm/AsmParser/Parser.h>

Description

The first argument is the target triple. The second is the data layout string from the input, or a default. That input layout is used if the callback returns std::nullopt.

Created with MrDocs